Micron Document
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SparkN0de-git | SparkN0de |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Commit 56f1abbb1bd320345fe6ff65aa536fdebcd64591


Parents : cf918f7
Author : Mark Qvist <mark@unsigned.io>
Date : 2022-10-07T17:58:54+02:00

Decrease max saved announces

Changes

1 files changed, 1 insertions(+), 1 deletions(-)


Diff

diff --git a/sbapp/sideband/core.py b/sbapp/sideband/core.py
index 313bf0c6..e56a2710 100644
--- a/sbapp/sideband/core.py
+++ b/sbapp/sideband/core.py
@@ -61,7 +61,7 @@ class SidebandCore():
CONV_GROUP = 0x02
CONV_BROADCAST = 0x03
- MAX_ANNOUNCES = 48
+ MAX_ANNOUNCES = 24
JOB_INTERVAL = 1


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────